home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir42 / bltc18z.zip / README.NOW < prev   
Text File  |  1994-08-01  |  824b  |  24 lines

  1. That fieldname descriptors must be 0-filled is not in the CZ docs of the
  2. DOS C version.  You must 0-fill the fieldList.fieldname members or an
  3. error 240 will be returned if you attempt to index on one of the fields.
  4. .fieldname is an 11-byte field (10 usuable characters with byte 11 always=0):
  5.  
  6.     :
  7.   fieldList[0].fieldname = "LASTN\0\0\0\0\0"; /* 5+5+\0=11 bytes */
  8.   fieldList[0].fieldtype = "C";
  9.     :
  10.  
  11. See GetDescriptorXB in the CZ doc file for more.
  12.  
  13. A few dBASE applications do not create DBF data files with 0-filled fieldnames
  14. and so must be changed so that the DBF fieldnames are 0-filled.
  15.  
  16.  
  17. ---------------------------
  18. e-mail address has changed:
  19.  
  20. Internet: cornel.huth@LChance.sat.tx.us  or  cornel@ephsa.sat.tx.us
  21. BBS/Fax: 40th Floor v32b@1(210)684-8065 M-F:5pm-9am/WE:1pm-9am [-0500]
  22.  
  23.  
  24.